home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
DriverFamilyMatching.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
5KB
|
154 lines
/*
File: DriverFamilyMatching.idl
Contains: xxx put contents here xxx
Version: Technology: xxx put the technology version here xxx
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __DRIVERFAMILYMATCHING_IDL__
#define __DRIVERFAMILYMATCHING_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __TYPES_IDL__
#include <Types.idl>
#endif
#ifndef __NAMEREGISTRY_IDL__
#include <NameRegistry.idl>
#endif
#ifndef __TEXTOBJECTS_IDL__
#include <TextObjects.idl>
#endif
#ifndef __CODEFRAGMENTS_IDL__
#include <CodeFragments.idl>
#endif
#ifdef __SOMIDL__
/* Please refer to Devices.i for DriverDescriptor definition for Marconi */
#if FOR_SYSTEM7_AND_SYSTEM8_PREEMPTIVE
/*
#########################################################
Descriptor for Drivers and NDRVs
#########################################################
*/
/* Driver Typing Information Used to Match Drivers With Devices */
typedef SOMLargeStruct DriverType; /* Derived from a struct of 36 bytes in size */
typedef OpaquePtr DriverTypePtr; /* Substituted OpaquePtr for ``DriverType*'' */
/* OS Runtime Information Used to Setup and Maintain a Driver's Runtime Environment */
typedef OptionBits RuntimeOptions;
typedef SOMLargeStruct DriverOSRuntime; /* Derived from a struct of 68 bytes in size */
typedef OpaquePtr DriverOSRuntimePtr; /* Substituted OpaquePtr for ``DriverOSRuntime*'' */
/* OS Service Information Used To Declare What APIs a Driver Supports */
typedef UInt32 ServiceCount;
typedef SOMLargeStruct DriverServiceInfo; /* Derived from a struct of 12 bytes in size */
typedef OpaquePtr DriverServiceInfoPtr; /* Substituted OpaquePtr for ``DriverServiceInfo*'' */
typedef SOMLargeStruct DriverOSService; /* Derived from a struct of 16 bytes in size */
typedef OpaquePtr DriverOSServicePtr; /* Substituted OpaquePtr for ``DriverOSService*'' */
/* Categories */
/* Ndrv ServiceCategory Types */
typedef UInt32 DriverDescVersion;
/* The Driver Description */
typedef SOMLargeStruct DriverDescription; /* Derived from a struct of 128 bytes in size */
typedef OpaquePtr DriverDescriptionPtr; /* Substituted OpaquePtr for ``DriverDescription*'' */
#endif
#if FOR_SYSTEM8_PREEMPTIVE
/*
################################################
Family Matching Data Structure
################################################
*/
/* The Family Type */
typedef UInt32 FamilyLevel;
/* Family Typing Information Used to Match Families With plug-ins and Devices */
typedef SOMLargeStruct FamilyType; /* Derived from a struct of 16 bytes in size */
typedef OpaquePtr FamilyTypePtr; /* Substituted OpaquePtr for ``FamilyType*'' */
typedef UInt32 FamilyOSRunTimeOptions;
typedef SOMLargeStruct FamilyOSRunTime; /* Derived from a struct of 68 bytes in size */
typedef OpaquePtr FamilyOSRunTimePtr; /* Substituted OpaquePtr for ``FamilyOSRunTime*'' */
/* The Family Description */
typedef UInt32 FamilyDescVersion;
typedef UInt32 DependencyCount;
typedef SOMLargeStruct MatchingAndDependencyInfo; /* Derived from a struct of 36 bytes in size */
typedef OpaquePtr MatchingAndDependencyInfoPtr; /* Substituted OpaquePtr for ``MatchingAndDependencyInfo*'' */
typedef SOMLargeStruct FamilyMatchingAndDependency; /* Derived from a struct of 36 bytes in size */
typedef OpaquePtr FamilyMatchingAndDependencyPtr; /* Substituted OpaquePtr for ``FamilyMatchingAndDependency*'' */
typedef SOMLargeStruct FamilyDescription; /* Derived from a struct of 128 bytes in size */
typedef OpaquePtr FamilyDescriptionPtr; /* Substituted OpaquePtr for ``FamilyDescription*'' */
/*
##############################################
Definition of "driver-ptr" property
##############################################
*/
typedef SOMLargeStruct DriverPtrProperty; /* Derived from a struct of 8 bytes in size */
typedef OpaquePtr DriverPtrPropertyPtr; /* Substituted OpaquePtr for ``DriverPtrProperty*'' */
/*
##############################################
Status Definition for DFMReportInitStatus
##############################################
*/
/*
##############################################
Declare the pluginLoadID
##############################################
*/
typedef OpaquePtr PluginLoadID;
/*
##############################################
Function Prototypes
##############################################
*/
/*
##############################################
Well known properties in the Name Registry
##############################################
*/
/* CPassThru */
#endif
#endif /* __SOMIDL__ */
#endif /* __DRIVERFAMILYMATCHING_IDL__ */